home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Diversos / Coeli Stella 2000 / _SETUP.1 / Stella.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  1999-03-13  |  5KB  |  235 lines

  1. object SplashForm: TSplashForm
  2.   Left = 263
  3.   Top = 221
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Coeli Stella2000 Splash'
  7.   ClientHeight = 327
  8.   ClientWidth = 445
  9.   Font.Color = clNavy
  10.   Font.Height = -16
  11.   Font.Name = 'Times New Roman'
  12.   Font.Style = [fsBold]
  13.   FormStyle = fsStayOnTop
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 125
  19.   TextHeight = 19
  20.   object BackPanel: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 445
  24.     Height = 327
  25.     Align = alClient
  26.     BevelOuter = bvLowered
  27.     BevelWidth = 4
  28.     TabOrder = 1
  29.     object JPEGImage1: TJPEGImage
  30.       Left = 4
  31.       Top = 4
  32.       Width = 437
  33.       Height = 319
  34.       Align = alClient
  35.       Stretch = True
  36.       NumOfColors = _256
  37.       DCTMethod = Integ
  38.       Dither = FS
  39.       FastProcessing = False
  40.       GrayScale = False
  41.       NoSmooth = False
  42.       OnePass = False
  43.       ProgressStep = 10
  44.     end
  45.     object MessageBackPanel: TPanel
  46.       Left = 36
  47.       Top = 153
  48.       Width = 372
  49.       Height = 82
  50.       BevelInner = bvLowered
  51.       BevelWidth = 4
  52.       Caption = 'MessageBackPanel'
  53.       Font.Color = clMaroon
  54.       Font.Height = -19
  55.       Font.Name = 'Times New Roman'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       TabOrder = 2
  59.       object MessagePanel: TPanel
  60.         Left = 8
  61.         Top = 8
  62.         Width = 354
  63.         Height = 46
  64.         BevelOuter = bvNone
  65.         Caption = 'MessagePanel'
  66.         TabOrder = 1
  67.       end
  68.       object OKButton: TButton
  69.         Left = 324
  70.         Top = 46
  71.         Width = 38
  72.         Height = 25
  73.         Caption = 'OK'
  74.         Font.Color = clBlack
  75.         Font.Height = -14
  76.         Font.Name = 'MS Sans Serif'
  77.         Font.Style = [fsBold]
  78.         ParentFont = False
  79.         TabOrder = 0
  80.         OnClick = OKButtonClick
  81.       end
  82.       object YesButton: TButton
  83.         Left = 48
  84.         Top = 46
  85.         Width = 75
  86.         Height = 25
  87.         Caption = 'Yes'
  88.         Default = True
  89.         Font.Color = clNavy
  90.         Font.Height = -17
  91.         Font.Name = 'Times New Roman'
  92.         Font.Style = [fsBold]
  93.         ParentFont = False
  94.         TabOrder = 2
  95.         Visible = False
  96.         OnClick = YesButtonClick
  97.       end
  98.       object NoButton: TButton
  99.         Left = 144
  100.         Top = 46
  101.         Width = 75
  102.         Height = 25
  103.         Caption = 'No'
  104.         Default = True
  105.         Font.Color = clNavy
  106.         Font.Height = -17
  107.         Font.Name = 'Times New Roman'
  108.         Font.Style = [fsBold]
  109.         ParentFont = False
  110.         TabOrder = 3
  111.         Visible = False
  112.         OnClick = NoButtonClick
  113.       end
  114.       object CancelButton: TButton
  115.         Left = 240
  116.         Top = 46
  117.         Width = 75
  118.         Height = 25
  119.         Caption = 'Cancel'
  120.         Default = True
  121.         Font.Color = clNavy
  122.         Font.Height = -17
  123.         Font.Name = 'Times New Roman'
  124.         Font.Style = [fsBold]
  125.         ParentFont = False
  126.         TabOrder = 4
  127.         Visible = False
  128.         OnClick = CancelButtonClick
  129.       end
  130.     end
  131.     object IconPanel: TPanel
  132.       Left = 177
  133.       Top = 83
  134.       Width = 70
  135.       Height = 70
  136.       TabOrder = 0
  137.       object Image1: TImage
  138.         Left = 3
  139.         Top = 2
  140.         Width = 64
  141.         Height = 64
  142.         AutoSize = True
  143.         Picture.Data = {<image000.bmp>}
  144.         Stretch = True
  145.       end
  146.     end
  147.     object AuthorVersionPanel: TPanel
  148.       Left = 36
  149.       Top = 237
  150.       Width = 372
  151.       Height = 82
  152.       BevelInner = bvRaised
  153.       BevelWidth = 4
  154.       TabOrder = 1
  155.       object VersionPanel: TPanel
  156.         Left = 15
  157.         Top = 10
  158.         Width = 341
  159.         Height = 30
  160.         BevelOuter = bvLowered
  161.         Font.Color = clNavy
  162.         Font.Height = -21
  163.         Font.Name = 'Times New Roman'
  164.         Font.Style = []
  165.         ParentFont = False
  166.         TabOrder = 0
  167.         object CloseButton: TPanel
  168.           Left = 313
  169.           Top = 7
  170.           Width = 20
  171.           Height = 16
  172.           BevelWidth = 2
  173.           Caption = 'X'
  174.           Font.Color = clBlack
  175.           Font.Height = -12
  176.           Font.Name = 'MS Sans Serif'
  177.           Font.Style = [fsBold]
  178.           ParentFont = False
  179.           TabOrder = 0
  180.           Visible = False
  181.           OnClick = CloseButtonClick
  182.         end
  183.         object CountdownPanel: TPanel
  184.           Left = 299
  185.           Top = 2
  186.           Width = 40
  187.           Height = 26
  188.           Caption = 'CountdownPanel'
  189.           Font.Color = clRed
  190.           Font.Height = -21
  191.           Font.Name = 'Times New Roman'
  192.           Font.Style = []
  193.           ParentFont = False
  194.           TabOrder = 1
  195.           Visible = False
  196.         end
  197.       end
  198.       object AuthorPanel: TPanel
  199.         Left = 15
  200.         Top = 42
  201.         Width = 341
  202.         Height = 30
  203.         BevelOuter = bvLowered
  204.         Caption = '∩┐╜ 1998 Swimming Elk Software'
  205.         Font.Color = clNavy
  206.         Font.Height = -21
  207.         Font.Name = 'Times New Roman'
  208.         Font.Style = []
  209.         ParentFont = False
  210.         TabOrder = 1
  211.       end
  212.     end
  213.   end
  214.   object WelcomePanel: TPanel
  215.     Left = 9
  216.     Top = 16
  217.     Width = 427
  218.     Height = 42
  219.     BevelInner = bvLowered
  220.     BevelWidth = 4
  221.     Caption = 'Coeli ~ Stella 2000∩┐╜'
  222.     Font.Color = clNavy
  223.     Font.Height = -24
  224.     Font.Name = 'Times New Roman'
  225.     Font.Style = []
  226.     ParentFont = False
  227.     TabOrder = 0
  228.   end
  229.   object Timer1: TTimer
  230.     OnTimer = Timer1Timer
  231.     Left = 2
  232.     Top = 34
  233.   end
  234. end
  235.